CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - jacobi matlab

搜索资源列表

  1. JacobiMATLAB

    0下载:
  2. 用Jacobi迭代法计算大型方程组的MATLAB函数文件-Jacobi iterative method using large calculation equations MATLAB function documents
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3545
    • 提供者:宁学勇
  1. matlab_numer

    0下载:
  2. 数值分析中几个基础的matlab程序,包括选主元的高斯消去,矩阵的LU分解以及Jacobi迭代
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:2085
    • 提供者:zhanglin
  1. work2

    0下载:
  2. 在matlab环境下对偏微分方程的Jacobi迭代解法的算法实现
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1440
    • 提供者:汪波
  1. NumericalLinearAlgebra

    2下载:
  2. 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6530
    • 提供者:YUXIANGCHENG
  1. matlabwork

    0下载:
  2. 关于Euler、jacobi、rungkutta4数值算法的matlab实现,希望对数值算法开发有参考价值。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:984
    • 提供者:liuwq
  1. jacobi_cg

    0下载:
  2. Jacobi算法和共轭梯度法的基本matlab程序,rar压缩包,包括2个文件-Jacobi conjugate gradient algorithm and the basic matlab program, rar archive, including the two documents
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:531
    • 提供者:don
  1. na1-7

    0下载:
  2. naville法,雅各比法,牛顿法,CG法等等数值分析课程中使用的Matlab程序。-naville method, Jacobi method, Newton method, CG method, etc. used in numerical analysis courses Matlab program.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:457983
    • 提供者:don
  1. Jacobi2

    0下载:
  2. The following Matlab code converts a Matrix into it a diagonal and off-diagonal component and performs up to 100 iterations of the Jacobi method or until 蔚step < 1e-5
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1550
    • 提供者:sarah
  1. HJB

    0下载:
  2. implemet HJB hamilton Jakubi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:994
    • 提供者:maryam
  1. dcal

    0下载:
  2. 病态方程组求解的matlab程序,涵盖LU分解、Jacobi迭代、GS迭代、SOR迭代四种方法,通过输入参数M来选去对应的算法。-Sick Equations matlab program, covering LU decomposition, Jacobi iteration, GS iteration, SOR iterative four methods, through M to choose input parameters to the corresponding algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:982
    • 提供者:louis
  1. MATLAB_source_code_achieve_program_jacobi_method.r

    0下载:
  2. MATLAB实现jacobi法程序的源码MATLAB source code to achieve the program jacobi method-MATLAB source code to achieve the program jacobi method
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:723
    • 提供者:vn
  1. A3_5

    0下载:
  2. jacobi in matlab numerical analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4505
    • 提供者:aaa
  1. diedai

    0下载:
  2. 迭代法 matlab 数值计算 jacobi -Numerical jacobi iteration matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:24348
    • 提供者:史同鑫
  1. jacobi-www.matlabnet.ir

    0下载:
  2. this is jacobian algorithm for calculation projects
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-22
    • 文件大小:100352
    • 提供者:ahmad1371
  1. lianxuchaoliu

    2下载:
  2. 连续潮流:又称为延拓潮流,是电力系统电压稳定性分析的有力工具,它通过在常规潮流基础上引入一个负荷增长系数来克服雅可比矩阵奇异,从而克服接近稳定极限运行状态时的收敛问题,解决了常规潮流在崩溃点外无解和在崩溃点附近不能可靠收敛的问题。连续潮流法是从初始稳定工作点开始,随着负荷缓慢变化,沿相应的PV曲线对下一工作点进行预估、校正,直至勾勒出完整的PV曲线。(Continuous flow: also known as the continuation of the trend, is a powerf
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:冒菜
  1. 5线性方程组的迭代解法—Jacobi迭代法

    0下载:
  2. 使用matlab编写了Jacobi迭代法的函数,并通过例子进行了验证。(The function of Jacobi iteration method is written by MATLAB, and is verified by an example.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:24576
    • 提供者:jeff1130
  1. G-S

    1下载:
  2. 在matlab上实现G-S,SOR,JACOBI等多种迭代算法(G-S, SOR, JACOBI and other iterative algorithms are implemented on MATLAB.)
  3. 所属分类:其他

    • 发布日期:2021-04-27
    • 文件大小:3072
    • 提供者:kaikaizz
  1. CavityFlow_Matlab

    2下载:
  2. 基于雅克比迭代法的matlab方腔流动程序,其中包括流函数和涡函数子程序(The MATLAB cavity flow program based on Jacobian iteration method, including the stream function and the vortex function subroutine.)
  3. 所属分类:matlab例程

    • 发布日期:2020-07-04
    • 文件大小:5120
    • 提供者:SONNY_YANG
  1. 雅各比迭代算法

    0下载:
  2. 雅各比迭代算法,Jacobi迭代的matlab编程
  3. 所属分类:matlab例程

  1. 泊松方程的Jacobi迭代matlab

    1下载:
  2. 正五点格式泊松方程的Jacobi迭代matlab代码,正五点差分格式泊松方程,得到方程组后用jacobi迭代的方法求解的
  3. 所属分类:matlab例程

    • 发布日期:2020-07-12
    • 文件大小:588
    • 提供者:SC19005034
« 1 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com